'宣言 Public Function CountAll( _ ByVal p As System.Predicate(Of T) _ ) As System.Integer
'使用法 Dim instance As MapOwnedCollectionBase(Of T) Dim p As System.Predicate(Of T) Dim value As System.Integer value = instance.CountAll(p)
public System.int CountAll( System.Predicate<T> p )
パラメータ
- p